home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Super Collection / Windows 95 Super Collection.iso / win95 / utils / expreg4 / readme.txt < prev   
Encoding:
Text File  |  1995-06-12  |  1.2 KB  |  38 lines

  1. EXPREG4: NT to Windows 95 Registry Transfer Utility
  2. ---------------------------------------------------
  3.  
  4. This small console mode utility exports data from NT registry into REGEDIT4 format,
  5. that can be imported into registry on Windows 95 machine. There's no tech article. 
  6. Code can be used as skeleton for traversing registry subtree.
  7. Included are source code and release build version.
  8.  
  9. PACKAGE CONTENTS
  10. ----------------
  11. README.TXT        This file.
  12. LICENSE.TXT        Software license
  13. EXPREG4.CPP        Source file
  14. EXPREG4.MAK        Microsoft Visual C++ makefile
  15. EXPREG4.EXE        Release build version
  16.  
  17. INSTALLATION
  18. ------------
  19. Just copy EXPREG4.EXE anywhere on the path.
  20.  
  21. SYNTAX
  22. ------
  23. Usage: expreg4 <key-name> [<output-file>]
  24.  
  25. Give <key-name> in form <root-name>{/<subkey-name>}
  26. where <root-name> can be one of HKEY_LOCAL_MACHINE, HKEY_USERS,
  27.       HKEY_CURRENT_USER or HKEY_CLASSES_ROOT. Curly braces mean repetition
  28.       of enclosed expression 0 or more times. When <output-file> is not given,
  29.       then output goes to console.
  30.  
  31.  
  32. Read software license.
  33. Copyright (c) Elipromm Priv Co, 1995
  34.  
  35. Internet e-mail:    kkm@xkis.nnov.su
  36. Home page:        http://www.bhs.com/kkm/Index.html
  37.  
  38.